home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / xm-i386dos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-05  |  245 b   |  11 lines  |  [TEXT/MPS ]

  1. #include "xm-i386.h"
  2.  
  3. /* Inhibit cccp.c's definition of putenv.  */
  4. #define HAVE_PUTENV
  5.  
  6. /* Use semicolons to separate elements of a path.  */
  7. #define PATH_SEPARATOR ';'
  8.  
  9. /* Suffix for executable file names.  */
  10. #define EXECUTABLE_SUFFIX ".exe"
  11.